/*重置*/
 
.fd_img{background:url(../images/img.png) no-repeat ;}
 



._iconbox{
	position: fixed; 
	right: 0;
	bottom: 100px;
	box-shadow: 0 0 5px rgba(150,150,150,.8);
	background-color:#fff;
	width: 64px;
	z-index: 999999999999;
}
._iconbox ._icon{
	height: 70px;
	overflow: hidden;
	border-bottom: #ddd solid 1px;
	cursor: pointer;
	background-color: #fff;
}
._iconbox ._icon p{
	font-family:"微软雅黑";
	color: #4467a7;
	font-size: 12px;
	float: left;
	width: 64px;
	height: 70px;
	text-align: center;
}
._iconbox ._icon p a span{
	color: #4467a7;
	display: block;
	padding-top: 3px;
}
._iconbox ._icon p i{
	display: block;
	margin:6px auto 3px;
	width: 40px;
	height: 38px;
	overflow: hidden;
}
._iconbox ._icon .one{
	position: relative;
}
._iconbox ._icon .one b{
	position: absolute;
	right: -5px;
	top: 22px;
	font-size: 20px;
	display: none;
}
._iconbox ._icon01{
	right: 0;
	width: 64px;
	transition: all .5s;
	position: relative;
}
._iconbox ._icon01:hover{
	top: 0;
	z-index: 10001;
	/* width: 256px; 这个长度下在线留言会有点空白时间*/
	width: 300px;
	box-shadow: 0 0 5px rgba(150,150,150,.8);
	right: 192px;/* 64*3 */
}
._iconbox ._icon011{
	right: 0;
	width: 64px;
	transition: all .5s;
	position: relative;
}
._iconbox ._icon011:hover{
	top: 0;
	z-index: 10001;
	/* width: 256px; 这个长度下在线留言会有点空白时间*/
	width: 300px;
	box-shadow: 0 0 5px rgba(150,150,150,.8);
	right: 192px;/* 64*3 */
}
._iconbox ._icon02{
	position: relative;
	z-index: 10000;
}
.lx_fugai{
	background-color: #fff;
	max-width: 342px;
	height: auto;
	z-index: 10002;
	position: relative;    
	padding-top: 10px;
	border-radius: 3px;}
._iconbox ._icon02 h1{ 
	position: absolute;
	top: 10px; 
	z-index: 10000;
	background-color: #fff;
	border: #4467a7 solid 1px; 
	text-align: center;
	border-radius: 3px;
	display: none;
}
._iconbox ._icon02 h1 img{
	display: block;
}
._iconbox ._icon02 h1 span{
	font-size: 14px;
	color: #474747;
	display: block;
	margin:6px 0;
}
._iconbox ._icon02 h1 b{
	position: absolute; 
	top:10px;
	font-size: 36px;
	color: #4467a7;
}
._iconbox ._icon02 h1 a{
	position: absolute;
	top:10px; 
	color: #fff;
	font-size: 34px;
}
._iconbox ._icon02:hover h1{
	display: block;
}

._iconbox ._icon:hover .one{
	background-color: #4467a7;
}
._iconbox ._icon:hover .one b{
	display: block;
}
._iconbox ._icon:hover .one .tbi_01{
	height:40px;width:40px;background-position:0 -38px;overflow:hidden;
}
._iconbox ._icon:hover .one .tbi_02{
	height:40px;width:40px;background-position:-41px -38px;overflow:hidden;
}
._iconbox ._icon:hover .one .tbi_03{
	height:40px;width:40px;background-position:-82px -38px;overflow:hidden;
}
._iconbox ._icon:hover .one .tbi_04{
	height:40px;width:40px;background-position:-123px -38px;overflow:hidden;
}
._iconbox ._icon:hover .one .tbi_05{
	height:40px;width:40px;background-position:-164px -38px;overflow:hidden;
}
._iconbox ._icon:hover .one .tbi_06{
	height:40px;width:40px;background-position:-205px -38px;overflow:hidden;
}
._iconbox ._icon:hover .one .tbi_07{
	height:40px;width:40px;background-position:-246px -38px;overflow:hidden;
}
@keyframes icon_y{
	from {background-position-y:0; }
	to {background-position-y:-38px;}
}

@-moz-keyframes icon_y{
	from {background-position-y:0; }
	to {background-position-y:-38px;}
}

@-webkit-keyframes icon_y{
	from {background-position-y:0; }
	to {background-position-y:-38px;}
}

@-o-keyframes icon_y{
	from {background-position-y:0; }
	to {background-position-y:-38px;}
}
._iconbox ._icon:hover .one span{
	color: #fff;
}

._iconbox ._icon01 p img{
	display: inline-block;
	margin-top: 14px;
}

/*search*/
._iconbox ._icon05 form{
	float: left;
	padding: 3px 0;
}
._iconbox ._icon05 form span{
	display: block;
	width: 170px;
	margin:5px 0 5px 10px;
}
._iconbox ._icon05 form .tbi_5search input{
	border: #aeaeae solid 1px;
	width: 160px;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	color: #474747;
	padding: 0 5px;
}
._iconbox ._icon05 form .tbi_5btn{
	margin-left: 38px;
}
._iconbox ._icon05 form .tbi_5btn input{
	border: #aeaeae solid 1px;
	margin:0 5px;
	font-size: 12px;
	padding: 2px 10px;
	color: #707070;
}
._iconbox ._icon05 form .tbi_5btn input:hover{
	color: #fff;
	background-color: #4467a7;
	cursor: pointer;
	border: #4467a7 solid 1px;
}

/*即时通*/

._iconbox ._icon06 form{
	float: left;
	margin-left: 10px;
}
._iconbox ._icon06 form a{
	display: block;
	font-size: 14px;
	color: #4467a7;
	padding-left: 22px;
	margin:8px 0;
}
._iconbox ._icon06 form span{
	border: #aeaeae solid 1px;
	display: block;
}
._iconbox ._icon06 form .tbi_6put{
	width: 120px;
	line-height: 24px;
	height: 24px;
	padding: 0 5px;
	font-size: 12px;
	border: none;
}
._iconbox ._icon06 form .tbi_6btn{
	height: 22px;
	cursor: pointer;
	padding:0 5px;
	color: #fff;
	background-color: #4467a7;
	margin-right: 1px;
	font-size: 12px;
	line-height: 22px;
	border: none;
}
.tbi_26{
	 line-height:30px;font-size: 24px;    font-weight: 700;    color: #4467A7;}
/*share*/
._iconbox ._icon04{
	position: relative;
	z-index: 10000;
}
.share{ 
	position: absolute;
	right: 75px;
	top:-40px;
	width: 220px;
	border: #4467a7 solid 1px;
	border-radius: 3px;
	display: none;
	z-index:99999;
}
.bdsharebuttonbox{
	margin:auto;
	width: 210px;
	height: 250px;
	overflow: auto;
	padding-left: 10px;	
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.bdsharebuttonbox a{
	display: inline-block;
	width: 70px;
	color: #474747;
}
.share h1{
	background-color: #4467a7;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-indent: 1em;
}
.share b{
	position: absolute; 
	top:50px;
	font-size: 36px;
	color: #4467a7;
}
.share span{
	position: absolute;
	top:51px; 
	color: #fff;
	font-size: 34px;
}
._iconbox ._icon04:hover .share{
	display: block;
}

._icon_toggle{
	height: 30px;
	text-align: center;
	cursor: pointer;

}




.lx_content-bg { 
	position: fixed; height: 100%; width: 100%;
	z-index: 100;
	display: none; 
	top: 0; 
	left: 0; 
	background:rgba(00, 00, 00, 0.1) }	
.lx_content {  
	margin:auto; 
	height: 251px; 
	z-index: 999999; 
	position: relative;
	padding: 30px 20px 0px 20px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4); 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	 -box-shadow: 0 0 10px rgba(0,0,0,.4); 
	 background-color: #FFF;
	 text-align: center;
	 overflow: hidden;}

.lx_content.small 		{ width: 200px; margin-left: -140px;}
.lx_content.medium 		{ width: 400px; margin-left: -240px;}	
.lx_content.large 		{ width: 600px; margin-left: -340px;}	
.lx_content.xlarge 		{ width: 800px; margin-left: -440px;}		
.lx_content .close-reveal-modal { 
	font-size: 22px; 
	line-height: 0.5;
	position: absolute; 
	top: 12px; right: 11px; 
	color: #333; 
	text-shadow: 0 -1px 1px rbga(0,0,0,.6); 
	font-weight: bold; 
	cursor: pointer; }
.lx_content .suoying{
	width: 100%;
	padding: 25px 0;
	overflow: auto; }
.lx_content  img{display: inline-block;}
.lx_content .suoying .s{float: left; 
	border:solid 1px #4467a7; 
	width: 310px; 
	height: 40px; }
.lx_content .suoying .s input{
	width: 100%; 
	line-height: 30px;
	padding: 5px;
	border: none;
}
.lx_content .suoying .anniu{
	float: left;
	width: 120px; 
	height: 42px; 
	background: #4467a7;
	text-align: center;
	line-height: 40px; }
.lx_content .suoying .anniu p{display:inline; 
	padding: 0 5px 0 15px; 
	color: #fff;}
.lx_content .suoying .anniu a{
	font-size: 18px; 
	color: #fff;}
.lx_content .zuidi{
	width: 100%;
	height: 45px;
	background: #4467a7;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: 45px;
	font-size: 16px;}
.lx_content .title{ 
	width: 100%;
	height: 48px; 
	background:#4467a7; 
	position: absolute;
	top: 0; 
	left: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.lx_content .title i{
	display: block; 
	width: 100% ;
	height:1px;
	background:#fff;
	position:absolute;
	bottom:0;
	margin-bottom:1px;

 }

 .lx_content .title .title_nr{
	width: 100%;
	height: 100%;
	padding-left: 20%;
	text-align: left;
 }
 .lx_content .title .title_nr span{
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: left;

 }

.lx_content .title_yuan{
	width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #4467a7;
    border: solid 4px #476bac;
    position: absolute;
    /* left: 20px; */
    /* top: -6px; */
    z-index: 1;
}
.lx_content .title_yuan p{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;

}


.lx_content .xanniu{color: #fff;  
	width: 22px; 
	height: 18px;
	line-height: 18px;}

.lx_content .fason{
	width: 100%;
	position: absolute;
	top: 70px;
	left: 0px;
}
.lx_content .fason textarea{
	width: 90%;
	height: 70px;
	border-radius: 3px;
	border:solid 1px #aeaeae;
	padding: 5px;
}

.lx_content .fason .lx_ms{
	display:inline-block;
	width:100px; 
	height:33px; 
	border: none;
	text-align:center;
	background:#5675af; 
	font-size:14px; 
	font-weight:bold; 
	cursor:pointer;
	margin-top:5px;
	color: #fff;
	border-radius: 3px;
}

.lx_content .fason p{ color: #5675af; font-size: 26px; padding: 0px 0 25px 0;}






/* -------------------------------- 

留言表单弹出框

-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}


@media only screen and (min-width: 1170px) {
  .cd-popup-trigger {
	margin: 6em auto;
  }
}


.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:999999
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/*.cd-popup-container p {
  padding: 3em 1em;
}*/
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
	margin: 8em auto;
  }
}



.lx_messages{padding:30px 0 15px 0;}
.lx_messages input,.lx_messages select,.lx_messages textarea{margin:0;padding:0; background:none; border:0; font-family:"Microsoft Yahei";}
.messlist {height:30px;margin-bottom:10px; overflow: auto;}
.messlist label{float:left;width:100px; height:30px; font-size:14px; line-height:30px; text-align:right;padding-right:10px;}
.messlist input{float:left;width:210px;height:28px;padding-left:5px;border:#ccc 1px solid;}
.messlist.textareas{ height:auto;}
.messlist textarea{float:left;width:210px; height:60px;padding:5px;border:#ccc 1px solid;}
.messlist.yzms input{width:100px;}
.messlist.yzms .yzmimg{ float:left;margin-left:10px;}
.messsub{padding:0px !important;text-align:-webkit-left}
.messsub input{width:100px; height:35px; background:#ddd; font-size:14px; font-weight:bold; cursor:pointer;margin-right:5px ;border-radius: 3px;}
.messsub input:hover{ background:#f60;color:#fff;}


.cd-popup-container .title{ 
	width: 100%;
	height: 48px; 
	background:#4467a7; 
	position: absolute;
	top: 0; 
	left: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.cd-popup-container .title i{
	display: block; 
	width: 100% ;
	height:1px;
	background:#fff;
	position:absolute;
	bottom:0;
	margin-bottom:1px;

 }

 .cd-popup-container .title .title_nr{
	width: 100%;
	height: 100%;
	padding-left: 20%;
	text-align: left;
 }
 .cd-popup-container .title .title_nr span{
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: left;

 }

.cd-popup-container .title_yuan{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #4467a7;
	border:solid 4px #476bac;
	position: absolute;
	left: 20px;
	top: -6px;
	z-index: 1;
}
.cd-popup-container .title_yuan p{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;

}


 